runtime.stkframe.continpc (field)
10 uses
	runtime (current package)
		heapdump.go#L287: 	dumpint(uint64(s.continpc))
		mgcmark.go#L1004: 	if _DebugGC > 1 && frame.continpc != 0 {
		mgcmark.go#L1012: 			println("conservatively scanning function", funcname(frame.fn), "at PC", hex(frame.continpc))
		stack.go#L661: 	if frame.continpc == 0 {
		stack.go#L667: 		print("    adjusting ", funcname(f), " frame=[", hex(frame.sp), ",", hex(frame.fp), "] pc=", hex(frame.pc), " continpc=", hex(frame.continpc), "\n")
		stkframe.go#L54: 	continpc uintptr
		stkframe.go#L158: 	targetpc := frame.continpc
		traceback.go#L421: 	frame.continpc = frame.pc
		traceback.go#L424: 			frame.continpc = frame.fn.entry() + uintptr(frame.fn.deferreturn) + 1
		traceback.go#L435: 			frame.continpc = 0
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |